home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 2499.ZIP / PDSL.BAT < prev    next >
DOS Batch File  |  1990-04-11  |  4KB  |  74 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                 THE PUBLIC DOMAIN SOFTWARE LIBRARY
  4. ECHO ***********************************************************************
  5. ECHO Winscombe House, Beacon Rd, Crowborough, Sussex TN6 IUL tel 08926 63298
  6. ECHO -
  7. ECHO This disk contains public domain and/or user supported software.
  8. ECHO This compilation of software is just one of 2000 plus disks available
  9. ECHO from the Public Domain Software Library. You are encouraged to pass on
  10. ECHO copies of this disk to your friend and colleagues, but if you do so please
  11. ECHO make sure you give then the whole thing including this file .
  12. ECHO Unlike commercial software, no printed documentation is supplied except
  13. ECHO with registered versions of shareware programs.
  14. ECHO Most disks contain document files describing how to use the programs.
  15. ECHO These document files can usually be identified by the filename or
  16. ECHO filename extension type used. DOC, FRM, PRN, TXT, WS, MAN are the most
  17. ECHO common, files called READ.ME etc are also document files.
  18. ECHO You can view these files using the DOS 'TYPE' command. So to view a file
  19. ECHO called 'READ.ME' you would enter at the keyboard:-
  20. ECHO -
  21. ECHO "TYPE READ.ME"
  22. ECHO -
  23. PAUSE
  24. cls
  25. ECHO ARCHIVE FILES
  26. ECHO Some disks contain files with a ARC or ZIP file extension. These
  27. ECHO are special PACKED files, usually containing a number of smaller files.
  28. ECHO They are used to save disk space. Before you can use 'Archived' programs
  29. ECHO they need unpacking; you will need ARC.EXE, PKXARC.COM, ARCE.COM
  30. ECHO or PKUNZIP.EXE for ZIP files. The procedure:- put new formatted disk in B,
  31. ECHO put disk with unpacker program and the archive file in drive A, then 
  32. ECHO type as follows "B:<cr>" to log into drive B, then:-"A:ARC E A:XXXXXX<cr>"
  33. ECHO (for ARC.EXE) or "A:ARCX A:XXXXXX<cr>" (substitute PKXARC etc where it
  34. ECHO says ARCX if you have a different program), where XXXXXX is the name of 
  35. ECHO the file to be unpacked. The files will be extracted and put on the disk 
  36. ECHO in B: For further information on archives and how to use library disks
  37. echo see inside the back cover of our catalogue. If you don't have one of our
  38. echo catalogues you may obtain one by sending us 50p in postage stamps or 2
  39. echo IRCs if you are not a UK resident. 
  40. ECHO -
  41. pause
  42. cls
  43. ECHO USER SUPPORTED SOFTWARE.
  44. ECHO We urge you to support the authors of shareware programs. This is
  45. ECHO not FREE software, but rather a 'try before you buy' system. It is
  46. ECHO expected that if you find a program of use, you will register with the
  47. ECHO author and send him the requested fee. this will help to allow
  48. ECHO further and better software to be distributed in this way.
  49. ECHO Please also check the documentation of all programs for any special
  50. ECHO conditions of use given by the author. Please note that we are able to
  51. echo supply from stock registered versions of several programs. Check with
  52. echo us, we may be able to save the delays and uncertainties of ordering from
  53. ECHO overseas authors.
  54. PAUSE
  55. cls
  56. ECHO NOTE
  57. ECHO This file is not specific to this particular disk - it exists on all
  58. ECHO PDSL volumes, and thus it may not display all documentation files on
  59. ECHO this disk if non-standard names have been used. Please check the
  60. ECHO directory of the disk for any other document files which may have been
  61. ECHO missed by this batch file.
  62. ECHO -
  63. PAUSE
  64. IF NOT EXIST T.COM GOTO :END
  65. CLS
  66. ECHO PRESS ANY KEY TO START VIEWING TEXT/DOCUMENT FILES ON THIS DISK
  67. ECHO OR HIT CONTROL C TO EXIT. HIT ESC TO JUMP TO THE NEXT FILE WHEN VIEWING.
  68. PAUSE
  69. T *.DOC
  70. T *.TXT
  71. T *.ME
  72. :END
  73. EXIT
  74.